home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / COMPUTER / H254.ZIP / IRITSM3S.ZIP / POLY3D / UPDATE.NEW < prev    next >
Text File  |  1990-08-14  |  2KB  |  50 lines

  1. Version 3.0
  2. -----------
  3. 1. PostScript output now confirm to EPSF 1.2.
  4. 2. Support for surfaces has been added using the cagd_lib module. New related
  5.    flags (see cagd_lib for more):
  6.    a. -M, draw surface/polygons mesh as well.
  7.    b. -I n, specifies number of isolines.
  8.    c. -S n, log based two of number of samples per curve. I.e. 8 specifies
  9.       256 samples.
  10. 3. SGI 4D interface to GL has been added and some shading is been used as well.
  11. 4. GIF files may now be dumped in X11 mode and in SGI GL mode.
  12.  
  13. Version 2.2
  14. -----------
  15. 1. New -c flag has been added (ClosedObject in config file) to signal closed
  16.    object. In closed object each edge is shared by two polygon, and is
  17.    therefore drawn twice. If -c is specified the edge is drawon only once
  18.    and therefore can speed drawing by up to factor of 2. Note the polygons
  19.    are assumed to be well oriented so that the shared edges are in reverse
  20.    direction.
  21. 2. New -N and -n flags: polygon and vertices normal display if data has them
  22.    defines.
  23.  
  24. Version 2.1
  25. -----------
  26. 1. Save gif now support the EGA/VGA modes (actually a change in the gif_lib
  27.    library).
  28. 2. Ability to dump PostScript file as well.
  29. 3. PostScript/Matrix/GIF files are now saved with incremental singal digit
  30.    file names. This means that 10 unique files can be saved simultanuously.
  31.  
  32. Version 2.0
  33. -----------
  34. 1. A new keyword (POINTLIST) has been added. This structure is the same
  35.    as POLYLINE but only vertices points are drawn.
  36. 2. Program has been ported to Unix system and compiled under:
  37.    a. BSD4.3, using gcc
  38.    b. Iris 4d, Irix 3.2, using cc.
  39.    Program behaves the same on the unix environment, but the GIF output is
  40.    not supported there.
  41.  
  42. Version 1.2
  43. -----------
  44. 1. EGA display device improved (slow mouse, wierd colors, etc.).
  45. 2. Warnings will stop only at file with error, instead of on every file.
  46.  
  47. Version 1.1
  48. -----------
  49. 1. Image can be saved as a GIF file.
  50.